Socket
Socket
Sign inDemoInstall

@heathmont/moon-icons-tw

Package Overview
Dependencies
5
Maintainers
135
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @heathmont/moon-icons-tw

[![npm (scoped)](https://img.shields.io/npm/v/@heathmont/moon-icons-tw)](https://www.npmjs.com/package/@heathmont/moon-icons-tw)


Version published
Weekly downloads
733
increased by12.94%
Maintainers
135
Install size
2.28 MB
Created
Weekly downloads
 

Readme

Source

Moon Design System icons

npm (scoped)

Introduction

This repository houses SVG icons you might need to build an application.

Installing

  1. Install dependencies and link local packages together:

    npm install
    
  2. Run to fetch and save SVGs from particular page in Figma (optional):

    npm run figma --page=PageName
    
  3. Run:

    npm run build
    

    Note: To update the icons directly from Figma, please set the proper environment variables:
    FIGMA_TOKEN - Personal access tokens allow you to access your own data via the Figma API.
    FIGMA_FILE_ID - The file ID is the string of random alphanumeric characters found in the section of the URL after figma.com/file/.

Consuming

pnpm install --save @heathmont/moon-icons-tw
import { ArrowsRight, ControlsPlus } from "@heathmont/moon-icons-tw";

Release notes

Please, don't forget manually update the release version in package.json to the new one.
New version of npm package @heathmont/moon-icons-tw will be automatically published when changes will be merged to the master branch.

FAQs

Last updated on 12 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc